home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / vbasic / setup1.exe / README.TXT next >
Text File  |  1993-07-09  |  3KB  |  52 lines

  1. README.TXT file for Setup Toolkit SETUP1.BAS and SETUP1.FRM
  2.  
  3. This file lists the changes made to files in the SETUPKIT\SETUP1 directory 
  4. after Visual Basic version 3.0 shipped.
  5.  
  6. Installation Notes
  7. ------------------
  8. Copy the files provided with this README.TXT file into you SETUPKIT\SETUP1
  9. directory.
  10.  
  11. Distribution Notes
  12. ------------------
  13. You are free to distribute these files royalty free.
  14.  
  15. Bug Fixes
  16. ---------
  17. The following are the features and bug fixes that were added to
  18. SETUPKIT\SETUP1 files after VB 3.0 was released. This file will be 
  19. updated with the latest bug fixes and features any time a new 
  20. post-release VB 3.0 version of these files become available.
  21.  
  22. Bug                                  Comments
  23. ----------------------------------   -------------------------------------
  24. SETUP1.EXE fails to copy the         This problem occurs because the 
  25. Visual Basic 3.0 version of          file type of THREED.VBX changed
  26. THREED.VBX over the Visual           from APP to DLL between Visual 
  27. Basic 2.0 version of THREED.VBX.     Basic versions 2.0 and 3.0.
  28.                                      The CopyFile function in SETUP1.BAS
  29.                                      was modified so that any file
  30.                                      will be copied regardless of its type
  31.                                      as long as the source file is the
  32.                                      same or newer version compared to the
  33.                                      destination file.
  34.  
  35. SETUP1.EXE fails when attempting     A problem in the CreateProgManItem
  36. to show a Program Manager group      when executing the ShowGroup DDE
  37. under Norton Desktop                 command causes SETUP1.EXE to fail
  38.                                      under Norton Desktop.  The syntax
  39.                                      on the call to the ShowGroup DDE
  40.                                      command was fixed to overcome this
  41.                                      problem.
  42.  
  43. Unnecessary code included in         SETUP1.FRM contains code that
  44. Form_Load event procedure of         has been commented out and is 
  45. SETUP1.FRM.                          not needed.  This code was useful
  46.                                      under the Visual Basic version 1.0
  47.                                      of the Setup Toolkit.  However, the
  48.                                      features demonstrated by this code
  49.                                      were removed from the Visual Basic
  50.                                      version 2.0 and 3.0 Setup Toolkit.
  51.                                      This code has been removed.
  52.